Class 18: HTML Inputs

Create a button that takes values from one inpux box and puts it into another input box.




Create a button that takes input from a password and outputs the value to an alert box.



Create a button that takes the values of a checkbox group and outputs the labels by alert.




Create a button that takes the values of a radio group and outputs the labels by alert.

Please select your favorite color:




Create a date selector. Then create a button that pulls that date.


Create a dropdown with 3 values. Create a button that pulls the value of the dropdown.

Please select your favorite teacher:

Function Practice: Easy

Goal: Write a javascript function the accepts an input from an inputbox and provides the length of the input.



Function Practice: Hard

Goal: Write a JavaScript function that accepts an argument and returns the type.




Click here to return to index.html.